1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctKhuVuc
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.txtDienGiaiKV = new System.Windows.Forms.TextBox();
32             
this.label10 = new System.Windows.Forms.Label();
33             
this.label8 = new System.Windows.Forms.Label();
34             
this.label2 = new System.Windows.Forms.Label();
35             
this.label6 = new System.Windows.Forms.Label();
36             
this.grQuanLyNV = new System.Windows.Forms.GroupBox();
37             
this.cmbTrangThaiKV = new System.Windows.Forms.ComboBox();
38             
this.txtTenKV = new System.Windows.Forms.TextBox();
39             
this.txtIdKhuVuc = new System.Windows.Forms.TextBox();
40             
this.grDanhSachKV = new System.Windows.Forms.GroupBox();
41             
this.dgvDanhSachKV = new System.Windows.Forms.DataGridView();
42             
this.IdKhuVuc = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             
this.TenKhuVuc = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             
this.DienGiai = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             
this.TrangThai = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             
this.btnThemMoi = new System.Windows.Forms.Button();
47             
this.btnHuy = new System.Windows.Forms.Button();
48             
this.btnLuu = new System.Windows.Forms.Button();
49             
this.btnSua = new System.Windows.Forms.Button();
50             
this.btnXoa = new System.Windows.Forms.Button();
51             
this.label12 = new System.Windows.Forms.Label();
52             
this.label1 = new System.Windows.Forms.Label();
53             
this.grQuanLyNV.SuspendLayout();
54             
this.grDanhSachKV.SuspendLayout();
55             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachKV)).BeginInit();
56             
this.SuspendLayout();
57             
//
58             
// txtDienGiaiKV
59             
//
60             
this.txtDienGiaiKV.Location = new System.Drawing.Point(139, 108);
61             
this.txtDienGiaiKV.Name = "txtDienGiaiKV";
62             
this.txtDienGiaiKV.Size = new System.Drawing.Size(122, 20);
63             
this.txtDienGiaiKV.TabIndex = 1;
64             
//
65             
// label10
66             
//
67             
this.label10.AutoSize = true;
68             
this.label10.Location = new System.Drawing.Point(267, 112);
69             
this.label10.Name = "label10";
70             
this.label10.Size = new System.Drawing.Size(65, 13);
71             
this.label10.TabIndex = 77;
72             
this.label10.Text = "Trạng Thái :";
73             
//
74             
// label8
75             
//
76             
this.label8.AutoSize = true;
77             
this.label8.Location = new System.Drawing.Point(47, 112);
78             
this.label8.Name = "label8";
79             
this.label8.Size = new System.Drawing.Size(56, 13);
80             
this.label8.TabIndex = 78;
81             
this.label8.Text = "Diễn Giải :";
82             
//
83             
// label2
84             
//
85             
this.label2.AutoSize = true;
86             
this.label2.Location = new System.Drawing.Point(229, 76);
87             
this.label2.Name = "label2";
88             
this.label2.Size = new System.Drawing.Size(32, 13);
89             
this.label2.TabIndex = 65;
90             
this.label2.Text = "Tên :";
91             
//
92             
// label6
93             
//
94             
this.label6.AutoSize = true;
95             
this.label6.Location = new System.Drawing.Point(47, 76);
96             
this.label6.Name = "label6";
97             
this.label6.Size = new System.Drawing.Size(66, 13);
98             
this.label6.TabIndex = 71;
99             
this.label6.Text = "Id Khu Vực :";
100             
//
101             
// grQuanLyNV
102             
//
103             
this.grQuanLyNV.Controls.Add(this.cmbTrangThaiKV);
104             
this.grQuanLyNV.Controls.Add(this.label10);
105             
this.grQuanLyNV.Controls.Add(this.txtDienGiaiKV);
106             
this.grQuanLyNV.Controls.Add(this.label8);
107             
this.grQuanLyNV.Controls.Add(this.txtTenKV);
108             
this.grQuanLyNV.Controls.Add(this.label2);
109             
this.grQuanLyNV.Controls.Add(this.txtIdKhuVuc);
110             
this.grQuanLyNV.Controls.Add(this.label6);
111             
this.grQuanLyNV.Location = new System.Drawing.Point(3, 52);
112             
this.grQuanLyNV.Name = "grQuanLyNV";
113             
this.grQuanLyNV.Size = new System.Drawing.Size(455, 181);
114             
this.grQuanLyNV.TabIndex = 87;
115             
this.grQuanLyNV.TabStop = false;
116             
//
117             
// cmbTrangThaiKV
118             
//
119             
this.cmbTrangThaiKV.FormattingEnabled = true;
120             
this.cmbTrangThaiKV.Location = new System.Drawing.Point(338, 108);
121             
this.cmbTrangThaiKV.Name = "cmbTrangThaiKV";
122             
this.cmbTrangThaiKV.Size = new System.Drawing.Size(94, 21);
123             
this.cmbTrangThaiKV.TabIndex = 79;
124             
//
125             
// txtTenKV
126             
//
127             
this.txtTenKV.Location = new System.Drawing.Point(267, 72);
128             
this.txtTenKV.Name = "txtTenKV";
129             
this.txtTenKV.Size = new System.Drawing.Size(165, 20);
130             
this.txtTenKV.TabIndex = 0;
131             
//
132             
// txtIdKhuVuc
133             
//
134             
this.txtIdKhuVuc.Enabled = false;
135             
this.txtIdKhuVuc.Location = new System.Drawing.Point(139, 72);
136             
this.txtIdKhuVuc.Name = "txtIdKhuVuc";
137             
this.txtIdKhuVuc.Size = new System.Drawing.Size(68, 20);
138             
this.txtIdKhuVuc.TabIndex = 73;
139             
this.txtIdKhuVuc.TabStop = false;
140             
//
141             
// grDanhSachKV
142             
//
143             
this.grDanhSachKV.Controls.Add(this.dgvDanhSachKV);
144             
this.grDanhSachKV.Location = new System.Drawing.Point(479, 52);
145             
this.grDanhSachKV.Name = "grDanhSachKV";
146             
this.grDanhSachKV.Size = new System.Drawing.Size(441, 181);
147             
this.grDanhSachKV.TabIndex = 88;
148             
this.grDanhSachKV.TabStop = false;
149             
//
150             
// dgvDanhSachKV
151             
//
152             
this.dgvDanhSachKV.AllowUserToAddRows = false;
153             
this.dgvDanhSachKV.AllowUserToDeleteRows = false;
154             
this.dgvDanhSachKV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
155             
this.dgvDanhSachKV.BackgroundColor = System.Drawing.SystemColors.ControlLight;
156             
this.dgvDanhSachKV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
157             
this.dgvDanhSachKV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
158             
this.IdKhuVuc,
159             
this.TenKhuVuc,
160             
this.DienGiai,
161             
this.TrangThai});
162             
this.dgvDanhSachKV.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
163             
this.dgvDanhSachKV.Location = new System.Drawing.Point(3, 0);
164             
this.dgvDanhSachKV.Name = "dgvDanhSachKV";
165             
this.dgvDanhSachKV.ReadOnly = true;
166             
this.dgvDanhSachKV.Size = new System.Drawing.Size(435, 181);
167             
this.dgvDanhSachKV.TabIndex = 89;
168             
//
169             
// IdKhuVuc
170             
//
171             
this.IdKhuVuc.DataPropertyName = "IdKhuVuc";
172             
this.IdKhuVuc.HeaderText = "Id Khu Vực";
173             
this.IdKhuVuc.Name = "IdKhuVuc";
174             
this.IdKhuVuc.ReadOnly = true;
175             
//
176             
// TenKhuVuc
177             
//
178             
this.TenKhuVuc.DataPropertyName = "TenKhuVuc";
179             
this.TenKhuVuc.HeaderText = "Tên Khu Vực";
180             
this.TenKhuVuc.Name = "TenKhuVuc";
181             
this.TenKhuVuc.ReadOnly = true;
182             
//
183             
// DienGiai
184             
//
185             
this.DienGiai.DataPropertyName = "DienGiai";
186             
this.DienGiai.HeaderText = "Diễn Giải";
187             
this.DienGiai.Name = "DienGiai";
188             
this.DienGiai.ReadOnly = true;
189             
//
190             
// TrangThai
191             
//
192             
this.TrangThai.DataPropertyName = "TrangThai";
193             
this.TrangThai.HeaderText = "Trạng Thái";
194             
this.TrangThai.Name = "TrangThai";
195             
this.TrangThai.ReadOnly = true;
196             
//
197             
// btnThemMoi
198             
//
199             
this.btnThemMoi.BackColor = System.Drawing.SystemColors.Control;
200             
this.btnThemMoi.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
201             
this.btnThemMoi.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
202             
this.btnThemMoi.Location = new System.Drawing.Point(30, 262);
203             
this.btnThemMoi.Name = "btnThemMoi";
204             
this.btnThemMoi.Size = new System.Drawing.Size(75, 23);
205             
this.btnThemMoi.TabIndex = 89;
206             
this.btnThemMoi.Text = "Thêm ";
207             
this.btnThemMoi.UseVisualStyleBackColor = false;
208             
this.btnThemMoi.Click += new System.EventHandler(this.btnThemMoi_Click);
209             
//
210             
// btnHuy
211             
//
212             
this.btnHuy.BackColor = System.Drawing.SystemColors.Control;
213             
this.btnHuy.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
214             
this.btnHuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
215             
this.btnHuy.Location = new System.Drawing.Point(322, 262);
216             
this.btnHuy.Name = "btnHuy";
217             
this.btnHuy.Size = new System.Drawing.Size(75, 23);
218             
this.btnHuy.TabIndex = 93;
219             
this.btnHuy.Text = "Hủy";
220             
this.btnHuy.UseVisualStyleBackColor = false;
221             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
222             
//
223             
// btnLuu
224             
//
225             
this.btnLuu.BackColor = System.Drawing.SystemColors.Control;
226             
this.btnLuu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
227             
this.btnLuu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
228             
this.btnLuu.Location = new System.Drawing.Point(249, 262);
229             
this.btnLuu.Name = "btnLuu";
230             
this.btnLuu.Size = new System.Drawing.Size(75, 23);
231             
this.btnLuu.TabIndex = 92;
232             
this.btnLuu.Text = "Lưu";
233             
this.btnLuu.UseVisualStyleBackColor = false;
234             
this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
235             
//
236             
// btnSua
237             
//
238             
this.btnSua.BackColor = System.Drawing.SystemColors.Control;
239             
this.btnSua.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
240             
this.btnSua.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
241             
this.btnSua.Location = new System.Drawing.Point(103, 262);
242             
this.btnSua.Name = "btnSua";
243             
this.btnSua.Size = new System.Drawing.Size(75, 23);
244             
this.btnSua.TabIndex = 90;
245             
this.btnSua.Text = "Sửa";
246             
this.btnSua.UseVisualStyleBackColor = false;
247             
this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
248             
//
249             
// btnXoa
250             
//
251             
this.btnXoa.BackColor = System.Drawing.SystemColors.Control;
252             
this.btnXoa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
253             
this.btnXoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
254             
this.btnXoa.Location = new System.Drawing.Point(176, 262);
255             
this.btnXoa.Name = "btnXoa";
256             
this.btnXoa.Size = new System.Drawing.Size(75, 23);
257             
this.btnXoa.TabIndex = 91;
258             
this.btnXoa.Text = "Xóa";
259             
this.btnXoa.UseVisualStyleBackColor = false;
260             
this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
261             
//
262             
// label12
263             
//
264             
this.label12.AutoSize = true;
265             
this.label12.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
266             
this.label12.Location = new System.Drawing.Point(605, 26);
267             
this.label12.Name = "label12";
268             
this.label12.Size = new System.Drawing.Size(175, 17);
269             
this.label12.TabIndex = 94;
270             
this.label12.Text = "DANH SÁCH KHU VỰC";
271             
//
272             
// label1
273             
//
274             
this.label1.AutoSize = true;
275             
this.label1.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
276             
this.label1.Location = new System.Drawing.Point(123, 26);
277             
this.label1.Name = "label1";
278             
this.label1.Size = new System.Drawing.Size(157, 17);
279             
this.label1.TabIndex = 95;
280             
this.label1.Text = "QUẢN LÝ KHU VỰC";
281             
//
282             
// uctKhuVuc
283             
//
284             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
285             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
286             
this.BackColor = System.Drawing.SystemColors.ControlLight;
287             
this.Controls.Add(this.label1);
288             
this.Controls.Add(this.label12);
289             
this.Controls.Add(this.btnThemMoi);
290             
this.Controls.Add(this.btnHuy);
291             
this.Controls.Add(this.btnLuu);
292             
this.Controls.Add(this.btnSua);
293             
this.Controls.Add(this.btnXoa);
294             
this.Controls.Add(this.grDanhSachKV);
295             
this.Controls.Add(this.grQuanLyNV);
296             
this.Name = "uctKhuVuc";
297             
this.Size = new System.Drawing.Size(923, 324);
298             
this.Load += new System.EventHandler(this.uctKhuVuc_Load);
299             
this.grQuanLyNV.ResumeLayout(false);
300             
this.grQuanLyNV.PerformLayout();
301             
this.grDanhSachKV.ResumeLayout(false);
302             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachKV)).EndInit();
303             
this.ResumeLayout(false);
304             
this.PerformLayout();
305
306         }
307
308         
#endregion
309
310         
private System.Windows.Forms.TextBox txtDienGiaiKV;
311         
private System.Windows.Forms.Label label10;
312         
private System.Windows.Forms.Label label8;
313         
private System.Windows.Forms.Label label2;
314         
private System.Windows.Forms.Label label6;
315         
private System.Windows.Forms.GroupBox grQuanLyNV;
316         
private System.Windows.Forms.TextBox txtTenKV;
317         
private System.Windows.Forms.TextBox txtIdKhuVuc;
318         
private System.Windows.Forms.GroupBox grDanhSachKV;
319         
private System.Windows.Forms.Button btnThemMoi;
320         
private System.Windows.Forms.Button btnHuy;
321         
private System.Windows.Forms.Button btnLuu;
322         
private System.Windows.Forms.Button btnSua;
323         
private System.Windows.Forms.Button btnXoa;
324         
private System.Windows.Forms.ComboBox cmbTrangThaiKV;
325         
private System.Windows.Forms.DataGridView dgvDanhSachKV;
326         
private System.Windows.Forms.DataGridViewTextBoxColumn IdKhuVuc;
327         
private System.Windows.Forms.DataGridViewTextBoxColumn TenKhuVuc;
328         
private System.Windows.Forms.DataGridViewTextBoxColumn DienGiai;
329         
private System.Windows.Forms.DataGridViewTextBoxColumn TrangThai;
330         
private System.Windows.Forms.Label label12;
331         
private System.Windows.Forms.Label label1;
332
333     }
334 }


Gõ tìm kiếm nhanh...